crypto/tls.ecdheKeyAgreement.ckx (field)
7 uses
	crypto/tls (current package)
		key_agreement.go#L165: 	ckx             *clientKeyExchangeMsg
		key_agreement.go#L316: 	ka.ckx = new(clientKeyExchangeMsg)
		key_agreement.go#L317: 	ka.ckx.ciphertext = make([]byte, 1+len(ourPublicKey))
		key_agreement.go#L318: 	ka.ckx.ciphertext[0] = byte(len(ourPublicKey))
		key_agreement.go#L319: 	copy(ka.ckx.ciphertext[1:], ourPublicKey)
		key_agreement.go#L361: 	if ka.ckx == nil {
		key_agreement.go#L365: 	return ka.preMasterSecret, ka.ckx, nil
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |